home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
director
/
evalcopy
/
director.z
/
NOH_TALE.DIR
/
00188_Script_188
< prev
next >
Wrap
Text File
|
1994-06-29
|
422b
|
17 lines
-- This handler pauses for length of time assigned to
-- the variable pauseduration. The startTimer command from the previous frame
-- script sets the timer to zero. The repeat loops on the frame
-- until the timer reaches the value of pauseduration.
on exitFrame
global pauseduration
if the timer < pauseduration then
go to the frame
else
go to marker (1)
end if
end exitFrame